【CSS】padding-bottom - パディング(下)

【CSS】padding-bottom - パディング(下)

CSSのpadding-bottomプロパティについて解説します。

検証環境

padding-bottom

padding-bottomは“パディング(下)”のプロパティです。

基本構文

padding-bottom: 値;

サンプル

<style>
div {
    border: 1px solid black;
    ___ih_hl_start
    padding-bottom: 120px;
    ___ih_hl_end
}
</style>

<div>
    CSS : Cascading Style Sheets.
    CSS is a programming language that decorates elements such as HTML and XML.
    You can set various properties such as text color, background, and size.
</div>